about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-07-06 11:55:04 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-07-06 11:55:04 +0200
commit5f17cb4c6ed9d311623484beedf14dd59a44e4a3 (patch)
tree862cd47cafc414dbd5140c8b5948d7fd4b32d2c1
parent585e41eb0e17501ef449d00a604172f2ef383395 (diff)
python311Packages.dissect-squashfs: 1.2 -> 1.3
Diff: https://github.com/fox-it/dissect.squashfs/compare/refs/tags/1.2...1.3

Changelog: https://github.com/fox-it/dissect.squashfs/releases/tag/1.3
-rw-r--r--pkgs/development/python-modules/dissect-squashfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dissect-squashfs/default.nix b/pkgs/development/python-modules/dissect-squashfs/default.nix
index 7bfb0a2fcf491..cc1f4999d8589 100644
--- a/pkgs/development/python-modules/dissect-squashfs/default.nix
+++ b/pkgs/development/python-modules/dissect-squashfs/default.nix
@@ -13,7 +13,7 @@
 
 buildPythonPackage rec {
   pname = "dissect-squashfs";
-  version = "1.2";
+  version = "1.3";
   format = "pyproject";
 
   disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
     owner = "fox-it";
     repo = "dissect.squashfs";
     rev = "refs/tags/${version}";
-    hash = "sha256-TgrtONUis0yD3s0JxJ0mNGLjEKlDgGZ+eO6NvSBTK14=";
+    hash = "sha256-MJKC05/8NnJFdyBB5YPbqe8mp1zlIoS2FglKEPSSYd8=";
   };
 
   SETUPTOOLS_SCM_PRETEND_VERSION = version;