Skip to content

Commit

Permalink
Merge pull request NixOS#289381 from r-ryantm/auto-update/snakemake
Browse files Browse the repository at this point in the history
snakemake: 8.4.4 -> 8.4.8
  • Loading branch information
natsukium authored Feb 19, 2024
2 parents 45ce725 + 2444fc7 commit 9e52c50
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.4.4";
version = "8.4.8";
format = "setuptools";

src = fetchFromGitHub {
owner = "snakemake";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-d3pUVhn9oi1ILDR4sfRh6HypbDn2JZMha27h0twixPc=";
hash = "sha256-iF5+slcPTRK/3SmqR+4KK5KAK5LhKAe+nt+U/B5C3/8=";
# 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 9e52c50

Please sign in to comment.