Skip to content

Commit

Permalink
python311Packages.snakemake: 8.11.4 -> 8.11.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and veprbl committed May 26, 2024
1 parent 2c620de commit 92416bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/science/misc/snakemake/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "snakemake";
version = "8.11.4";
version = "8.11.6";
format = "setuptools";

src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-nfPA2sQCeRc12A4rrlo17UPpiB8plKYbiumZjS7Yhz8=";
hash = "sha256-00Zh8NenBikdingmx34WYYH5SF+yazeAs+7h1/3UIJY=";
# https://github.com/python-versioneer/python-versioneer/issues/217
postFetch = ''
sed -i "$out"/snakemake/_version.py -e 's#git_refnames = ".*"#git_refnames = " (tag: v${version})"#'
Expand Down

0 comments on commit 92416bb

Please sign in to comment.