about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-28 18:41:36 +0000
committerDmitry Kalinkin <dmitry.kalinkin@gmail.com>2024-04-28 18:35:58 -0400
commit8e1bfd5a49c7794b3ca5cc4f2e094527687b37a0 (patch)
treef34f1763971bd65143f5a8dfd4bb6f2e93af94ec /pkgs/development
parent4474b70eb4bd51737b1a76658df9e8eadf576d2e (diff)
python311Packages.snakemake-interface-storage-plugins: 3.2.1 -> 3.2.2
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/snakemake-interface-storage-plugins/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/snakemake-interface-storage-plugins/default.nix b/pkgs/development/python-modules/snakemake-interface-storage-plugins/default.nix
index f620cd0c044d8..6df9688d1064a 100644
--- a/pkgs/development/python-modules/snakemake-interface-storage-plugins/default.nix
+++ b/pkgs/development/python-modules/snakemake-interface-storage-plugins/default.nix
@@ -11,14 +11,14 @@
 
 buildPythonPackage rec {
   pname = "snakemake-interface-storage-plugins";
-  version = "3.2.1";
+  version = "3.2.2";
   format = "pyproject";
 
   src = fetchFromGitHub {
     owner = "snakemake";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-hOZIdYL9YcKmZCTnKA4GbvvvPJ6pUcMLGvU5uYQHokw=";
+    hash = "sha256-syUjK32RPV9FMV7RSpXy+PJ2AVigGH+ywm6iTjUAuec=";
   };
 
   nativeBuildInputs = [